ComponentOne InputPanel for WPF
C1.WPF.InputPanel.4.5.2 Assembly / C1.WPF.InputPanel Namespace / C1InputPanel Class / DeletingItem Event

In This Topic
    DeletingItem Event
    In This Topic
    Occurs before deleting an item.
    Syntax
    'Declaration
     
    Public Event DeletingItem As EventHandler(Of CancelEventArgs)
    public event EventHandler<CancelEventArgs> DeletingItem
    Event Data

    The event handler receives an argument of type CancelEventArgs containing data related to this event. The following CancelEventArgs properties provide information specific to this event.

    PropertyDescription
     
    See Also