WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class EventArgsExt - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class EventArgsExt

    Inheritance
    System.Object
    System.EventArgs
    EventArgsExt
    OkButtonClikEventArgs
    OnFilterElementPropertyChangedEventArgs
    PopupOpenedEventArgs
    SelectAllCheckBoxCheckedEventArgs
    SelectAllCheckBoxUnCheckedEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.WPF.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

    Properties

    OriginalSource

    Gets the original reporting source that raised the event.

    Declaration
    public object OriginalSource { get; }
    Property Value
    Type Description
    System.Object
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved