Extends EventArgs to return useful data about the changes in the AlarmSubscription

Namespace: Ico.Awx.Common
Assembly: AwxClientCommon (in AwxClientCommon.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public sealed class SubscriptionEventArgs : EventArgs
Visual Basic
Public NotInheritable Class SubscriptionEventArgs _
	Inherits EventArgs
JScript
public final class SubscriptionEventArgs extends EventArgs

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    Ico.Awx.Common..::..SubscriptionEventArgs

See Also