OnChangeUICues Method (DicomViewer)
In This Topic
Syntax
'Declaration
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Protected Overridable Sub OnChangeUICues( _
ByVal As System.Windows.Forms.UICuesEventArgs _
)
'Usage
Dim instance As DicomViewer
Dim e As System.Windows.Forms.UICuesEventArgs
instance.OnChangeUICues(e)
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
protected virtual void OnChangeUICues(
System.Windows.Forms.UICuesEventArgs
)
protected procedure OnChangeUICues(
: System.Windows.Forms.UICuesEventArgs
); virtual;
System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)
protected function OnChangeUICues(
: System.Windows.Forms.UICuesEventArgs
);
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
protected: virtual void OnChangeUICues(
System.Windows.Forms.UICuesEventArgs*
)
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
protected:
virtual void OnChangeUICues(
System.Windows.Forms.UICuesEventArgs^
)
Parameters
- e
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also