OnFactWindowChanged Method (WindowWrapper)
In This Topic
Raises the
FactWindowChanged event.
Syntax
'Declaration
Protected Overridable Sub OnFactWindowChanged( _
ByVal As EventArgs _
)
protected virtual void OnFactWindowChanged(
EventArgs
)
Parameters
- e
- A System.EventArgs indicates the arguments of the event.
See Also