'Declaration
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)> Protected Overridable Sub OnChangeUICues( _ ByVal e As System.Windows.Forms.UICuesEventArgs _ )
'Usage
Dim instance As WorkbookDesigner Dim e As System.Windows.Forms.UICuesEventArgs instance.OnChangeUICues(e)
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)] protected virtual void OnChangeUICues( System.Windows.Forms.UICuesEventArgs e )
protected procedure OnChangeUICues( e: System.Windows.Forms.UICuesEventArgs ); virtual;
System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced) protected function OnChangeUICues( e : System.Windows.Forms.UICuesEventArgs );
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)] protected: virtual void OnChangeUICues( System.Windows.Forms.UICuesEventArgs* e )
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)] protected: virtual void OnChangeUICues( System.Windows.Forms.UICuesEventArgs^ e )
Parameters
- e