DevTitleBarMuteBoxClicked Event
Occurs when the Mute/Unmute box is clicked.
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<ToolStripItemClickedEventArgs> MuteBoxClicked
<BrowsableAttribute(true)>
<EditorBrowsableAttribute(EditorBrowsableState.Always)>
Public Event MuteBoxClicked As EventHandler(Of ToolStripItemClickedEventArgs)
Dim instance As DevTitleBar
Dim handler As EventHandler(Of ToolStripItemClickedEventArgs)
AddHandler instance.MuteBoxClicked, handler
public:
[BrowsableAttribute(true)]
[EditorBrowsableAttribute(EditorBrowsableState::Always)]
event EventHandler<ToolStripItemClickedEventArgs^>^ MuteBoxClicked {
void add (EventHandler<ToolStripItemClickedEventArgs^>^ value);
void remove (EventHandler<ToolStripItemClickedEventArgs^>^ value);
}
[<BrowsableAttribute(true)>]
[<EditorBrowsableAttribute(EditorBrowsableState.Always)>]
member MuteBoxClicked : IEvent<EventHandler<ToolStripItemClickedEventArgs>,
ToolStripItemClickedEventArgs>
No code example is currently available or this language may not be supported.
Value
EventHandlerToolStripItemClickedEventArgs