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






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

    Target Platforms: .NET CLR 4.8 or higher

    See Also