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






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

    Target Platforms: .NET CLR 4.8 or higher

    See Also