
Raises the SectionChanged event.
[C#]
protected virtual void OnSectionChanged(EventArgs e);
[Visual Basic]
Protected Overridable Sub OnSectionChanged(ByVal e As EventArgs)
| Parameter | Description | |
| e | Specifies an EventArgs object that contains the event data. |