Method OnDockItemStateChanging
| Improve this Doc View SourceOnDockItemStateChanging(DockItemStateEventArgs)
Raises the DockItemStateChanging event.
Declaration
protected virtual void OnDockItemStateChanging(DockItemStateEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
DockItemStateEventArgs | e | A DockItemStateEventArgs that contains the event data. |
Remarks
This method allows derived classes to handle the event without attaching a delegate. This is the preferred technique for handling the event in a derived class.
When overriding in a derived class, be sure to call the base class's method so that registered delegates receive the event.