Search
Style.OnChanged Method
See Also
 






Fires the Changed event.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

protected void OnChanged (
    EventArgs e
)

Visual Basic  Copy Code

Protected Sub OnChanged( _
    e As EventArgs _
)

 Parameters

e

An object, containing the event data.

 See Also