Gets the object for which the event was raised.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public InteractiveObject Object { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Object As InteractiveObject |
An instance of the InteractiveObject class.
See Also