DevPictureBoxSelectionClicked Event
Occurs when the user clicks inside the selection rectangle.
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.
public event MouseEventHandler SelectionClicked
Public Event SelectionClicked As MouseEventHandler
Dim instance As DevPictureBox
Dim handler As MouseEventHandler
AddHandler instance.SelectionClicked, handler
public:
event MouseEventHandler^ SelectionClicked {
void add (MouseEventHandler^ value);
void remove (MouseEventHandler^ value);
}
member SelectionClicked : IEvent<MouseEventHandler,
MouseEventArgs>
No code example is currently available or this language may not be supported.
Value
MouseEventHandler