Interface IContextMenuProperties
Defines properties specific to context menus, extending the base menu properties.
public interface IContextMenuProperties : IMenuProperties, ICollectionObserver<object>, INotifyPropertyChanged, IBaseObjectWithId, IBaseObject
Remarks
This interface is intended to provide a contract for properties that are unique to context menus, while inheriting common menu properties from IMenuProperties.
Methods
- RaiseClosing(EventArgs, bool)
Raises the "Closing" and "Closed" events.
- RaiseOpening(CancelEventArgs, bool)
Raises the "Opening" event.