Class OverflowMenuCreatedEventArgs
- Namespace
- HeBianGu.Control.OutlookBar
- Assembly
- HeBianGu.Control.OutlookBar.dll
public class OverflowMenuCreatedEventArgs : EventArgs
- Inheritance
-
OverflowMenuCreatedEventArgs
- Inherited Members
- Extension Methods
Constructors
OverflowMenuCreatedEventArgs(Collection<object>)
public OverflowMenuCreatedEventArgs(Collection<object> menuItems)
Parameters
menuItems
Collection<object>
Properties
MenuItems
public Collection<object> MenuItems { get; }