ItemCancelEventArgs Constructors
Provides data for the events that can be handled to prevent specific docking operations.| Name | Parameters | Description |
|---|---|---|
| ItemCancelEventArgs(BaseLayoutItem) | item | Initializes a new instance of the ItemCancelEventArgs class with the specified item. |
| ItemCancelEventArgs(Boolean, BaseLayoutItem) | cancel, item | Initializes a new instance of the ItemCancelEventArgs class with the specified settings. |
See Also