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






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

    Target Platforms: .NET CLR 4.8 or higher

    See Also