Search
SelectionEventArgs Members
Constructors Properties Methods
 


Contains the arguments passed to handlers of selection-related events.

The following tables list the members exposed by the SelectionEventArgs type.

 Public Constructors

  Name Description

SelectionEventArgs

Initializes a new instance of the SelectionEventArgs class.

 Public Properties

  Name Description

adjustmentHandle

Gets the adjustment handle being moved by the user.

cancel

Gets or sets a value indicating whether to allow the current operation. (Inherited from CancelEventArgs.)

handled

Gets or sets a value indicating whether the event has been handled. (Inherited from EventArgs.)

mousePosition

Gets the current mouse pointer position.

 Public Methods

  Name Description

cancelDrag

Immediately cancels the current selection modification.

 See Also