Show / Hide Table of Contents

    Class EventArgs

    Represents the base class for classes that contain event data, and provides a value to use for events that do not include event data.

    Inheritance
    Object
    EventArgs
    CloudToDeviceMessageEventArgs
    ShadowUpdateEventArgs
    StatusUpdatedEventArgs
    CloudToDeviceMessageEventArgs
    StatusUpdatedEventArgs
    TwinUpdateEventArgs
    ConnectionClosedRequestEventArgs
    ConnectionOpenedEventArgs
    MqttMsgAuthenticationEventArgs
    MqttMsgConnectEventArgs
    MqttMsgPublishedEventArgs
    MqttMsgPublishEventArgs
    MqttMsgSubscribedEventArgs
    MqttMsgSubscribeEventArgs
    MqttMsgUnsubscribedEventArgs
    MqttMsgUnsubscribeEventArgs
    ScrollChangedEventArgs
    SelectionChangedEventArgs
    CustomEventArgs
    SignalrEventMessageArgs
    RemovableDeviceEventArgs
    CancelEventArgs
    NotifyInputEventArgs
    RoutedEventArgs
    TouchGestureEventArgs
    TouchScreenEventArgs
    SerialDataReceivedEventArgs
    NetworkAPStationEventArgs
    NetworkAvailabilityEventArgs
    MessageReceivedEventArgs
    WebSocketClosedEventArgs
    WebSocketOpenedEventArgs
    RemovableDeviceEventArgs
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: System
    Assembly: mscorlib.dll
    Syntax
    public class EventArgs

    Constructors

    | Improve this Doc View Source

    EventArgs()

    Initializes a new instance of the EventArgs class.

    Declaration
    public EventArgs()

    Fields

    | Improve this Doc View Source

    Empty

    Provides a value to use with events that do not have event data.

    Declaration
    public static readonly EventArgs Empty
    Field Value
    Type Description
    EventArgs

    Extension Methods

    LogDispatcher.GetCurrentClassLogger(Object)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2018 nanoFramework Contributors
    Generated by DocFX