TreeNodeSwipeItemCancelEventArgs Properties
Contains data for the SwipeItemShowing event.Name | Description |
---|---|
Cancel | Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs. |
Node | Get the node of the tapped item. Inherited from TreeNodeCancelEventArgs. |
SwipeItem | Get the swipe item. |
See Also