| C1.WPF.InputPanel.4 Assembly > C1.WPF.InputPanel Namespace > C1InputPanel Class : AddingNewItem Event |
'Declaration Public Event AddingNewItem As System.EventHandler(Of CancelEventArgs)
public event System.EventHandler<CancelEventArgs> AddingNewItem
The event handler receives an argument of type System.ComponentModel.CancelEventArgs containing data related to this event. The following CancelEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Cancel |