SplitterPositionChangingEventArgs Properties
Provides data for the SplitterPositionChanging event.Name | Description |
---|---|
Cancel | Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs. |
NewValue | Gets the position that is about to be set. |
OldValue | Gets the current position. |
See Also