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