Class Standard.Application.LifeCycleEventNotification
- Namespace
- Dynamicweb.Notifications
- Assembly
- Dynamicweb.dll
public abstract class Standard.Application.LifeCycleEventNotification : NotificationArgs
- Inheritance
-
Standard.Application.LifeCycleEventNotification
- Inherited Members
Properties
e
[Obsolete("Use EventArgs instead")]
public EventArgs e { get; set; }
Property Value
EventArgs
Gets or sets the event arguments.
public EventArgs EventArgs { get; set; }
Property Value
- EventArgs
- The EventArgs.
EventSender
Gets or sets the sender.
public object EventSender { get; set; }
Property Value
- object
- The sender.
sender
[Obsolete("Use EventSender instead")]
public object sender { get; set; }