DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomViewer Class / SystemColorsChanged Event






In This Topic
    SystemColorsChanged Event (DicomViewer)
    In This Topic
    Syntax
    'Declaration
     
    
    <SRCategoryAttribute("CatBehavior")>
    <SRDescriptionAttribute("ControlOnSystemColorsChangedDescr")>
    Public Event SystemColorsChanged As System.EventHandler
    'Usage
     
    
    Dim instance As DicomViewer
    Dim handler As System.EventHandler
     
    AddHandler instance.SystemColorsChanged, handler
    [SRCategory("CatBehavior")]
    [SRDescription("ControlOnSystemColorsChangedDescr")]
    public event System.EventHandler SystemColorsChanged
    public event SystemColorsChanged: System.EventHandler; 
    In JScript, you can handle the events defined by another class, but you cannot define your own.
    [SRCategory("CatBehavior")]
    [SRDescription("ControlOnSystemColorsChangedDescr")]
    public: __event System.EventHandler* SystemColorsChanged
    [SRCategory("CatBehavior")]
    [SRDescription("ControlOnSystemColorsChangedDescr")]
    public:
    event System.EventHandler^ SystemColorsChanged
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also