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






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

    Target Platforms: .NET CLR 4.8 or higher

    See Also