Class EventArgsExt
Inheritance
System.Object
EventArgsExt
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.UWP.dll
Syntax
public class EventArgsExt : EventArgs
Constructors
EventArgsExt()
Initializes a new instance of the EventArgsExt class.
Declaration
public EventArgsExt()
EventArgsExt(Object)
Initializes a new instance of EventArgsExt class.
Declaration
protected EventArgsExt(object originalSource)
Parameters
Type | Name | Description |
---|---|---|
System.Object | originalSource | The original reporting source that raised the event. |
Properties
OriginalSource
Gets the original reporting source that raised the event.
Declaration
public object OriginalSource { get; }
Property Value
Type |
---|
System.Object |