DevLEDBulbActivatedChanged Event
Occurs when the LED state has changed to ON or OFF.
Namespace: DevCase.UI.ControlsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[BrowsableAttribute(true)]
[EditorBrowsableAttribute(EditorBrowsableState.Always)]
public event EventHandler<EventArgs> ActivatedChanged
<BrowsableAttribute(true)>
<EditorBrowsableAttribute(EditorBrowsableState.Always)>
Public Event ActivatedChanged As EventHandler(Of EventArgs)
Dim instance As DevLEDBulb
Dim handler As EventHandler(Of EventArgs)
AddHandler instance.ActivatedChanged, handler
public:
[BrowsableAttribute(true)]
[EditorBrowsableAttribute(EditorBrowsableState::Always)]
event EventHandler<EventArgs^>^ ActivatedChanged {
void add (EventHandler<EventArgs^>^ value);
void remove (EventHandler<EventArgs^>^ value);
}
[<BrowsableAttribute(true)>]
[<EditorBrowsableAttribute(EditorBrowsableState.Always)>]
member ActivatedChanged : IEvent<EventHandler<EventArgs>,
EventArgs>
No code example is currently available or this language may not be supported.
Value
EventHandlerEventArgs