The C1Menu type exposes the following members.
Events
| Name | Description | |
|---|---|---|
| Disposing | (Inherited from Component.) | |
| Hidden |
Occurs if the menu is hidden.
| |
| Hiding |
Occurs if the menu is hiding.
| |
| ItemBlur |
Occurrs when the focus leaves the menu item.
| |
| ItemChecked |
Occurs when the menu item is checked.
| |
| ItemClick |
Occurrs when the menu item is clicked.
| |
| ItemFocus |
Occurrs when the menu item receives focus.
| |
| ItemMouseDown |
Occurrs when the mouse pointer moves down the menu item.
| |
| ItemMouseOut |
Occurrs when the mouse pointer moves out of the menu item.
| |
| ItemMouseOver |
Occurrs when the mouse pointer moves over the menu item.
| |
| ItemMouseUp |
Occurrs when the mouse pointer moves up the menu item.
| |
| ItemUnChecked |
Occurs when the menu item is unchecked.
| |
| PropertyChanged | (Inherited from Component.) | |
| ScrollBehaviorInit |
Occurs when scroll behavior initialized.
| |
| Showing |
Occurs before show context menu.
| |
| Shown |
Occurs when the context menu shown.
|