Resize Event (DicomViewer)
In This Topic
Syntax
'Declaration
<SRCategoryAttribute("CatLayout")>
<SRDescriptionAttribute("ControlOnResizeDescr")>
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Event Resize As System.EventHandler
[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