MindFusion.Scheduling for ASP.NET Programmer's Guide
Style.OnChanged Method
See Also
 





Raises the Changed event.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public virtual void OnChanged (
    Object sender,
    EventArgs e
)

Visual Basic  Copy Code

Public Overridable Sub OnChanged( _
    sender As Object, _
    e As EventArgs _
)

 Parameters

sender

Type: Object
The object that has raised the event.

e
Type: EventArgs
An instance of the System.EventArgs class that contains the event data.

 See Also

Style Members
Style Class
MindFusion.Scheduling Namespace