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






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

    Target Platforms: .NET CLR 4.8 or higher

    See Also