Notification Method
Notification(Object, EventArgs)
Updates control's content according to parameters of notification.
Declaration
public virtual void Notification(object sender, EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
Object | sender | The source of the notification. |
EventArgs | e | An EventArgs that contains the event data. |