Search
ObjectEventArgs.Object Property
See Also
 






Gets the object for which the event was raised.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public InteractiveObject Object { get; }

Visual Basic  Copy Code

Public ReadOnly Property Object As InteractiveObject

 Property Value

An instance of the InteractiveObject class.

 See Also