ToggledEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Event arguments for toggle state changes.
public ref class ToggledEventArgs : EventArgs
public class ToggledEventArgs : EventArgs
type ToggledEventArgs = class
inherit EventArgs
Public Class ToggledEventArgs
Inherits EventArgs
- Inheritance
-
ToggledEventArgs
Constructors
| Name | Description |
|---|---|
| ToggledEventArgs(Boolean) |
Creates a new ToggledEventArgs with the specified value. |
Properties
| Name | Description |
|---|---|
| Value |
Gets the new toggle state. |