ModernWindowAvatarClicked Event |
Occurs when Avatar icon is clicked.
Namespace:
Hummingbird.UI
Assembly:
Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntax public event MouseEventHandler AvatarClicked
Public Event AvatarClicked As MouseEventHandler
public:
event MouseEventHandler^ AvatarClicked {
void add (MouseEventHandler^ value);
void remove (MouseEventHandler^ value);
}
Value
Type:
System.Windows.InputMouseEventHandlerSee Also