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