menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class EventArgsExt - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class EventArgsExt

    Inheritance
    System.Object
    EventArgsExt
    OkButtonClikEventArgs
    OnFilterElementPropertyChangedEventArgs
    PopupOpenedEventArgs
    SelectAllCheckBoxCheckedEventArgs
    SelectAllCheckBoxUnCheckedEventArgs
    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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved