PickEventArgs
public sealed class PickEventArgs : EventArgsRaised for every click when picking is enabled, whether or not anything was hit — a click on empty space reports a null PickEventArgs.Result rather than not being reported, because "the user deselected" is a thing an application needs to know.
Constructors
| Member | Description |
|---|---|
| Raised for every click when picking is enabled, whether or not anything was hit — a click on empty space reports a null
|
Properties
| Member | Description |
|---|---|
| The nearest hit, or null when the click missed everything. |