| Visual Basic (Declaration) | |
|---|---|
Public Event PreviewModeChanged() As PreviewModeChangedEventHandler | |
| C# | |
|---|---|
public event PreviewModeChangedEventHandler PreviewModeChanged() | |
The event handler receives an argument of type PreviewModeChangedEventArgs containing data related to this event. The following PreviewModeChangedEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Mode | Preview mode for current control state. |