Raised when the user is about to select an object.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public event EventHandler<ObjectInteractionValidationEventArgs> ObjectSelecting |
Visual Basic
Copy Code
|
|---|
Public Event ObjectSelecting As EventHandler(Of ObjectInteractionValidationEventArgs) |
Event DataObjectSelecting event handlers receive an argument of type ObjectInteractionValidationEventArgs.
See Also