MultiSelect for WPF | ComponentOne
C1.WPF.Input Namespace / C1Tag Class / ContentUpdating Event

In This Topic
    ContentUpdating Event
    In This Topic
    Occurs before a tag's content is updating.
    Syntax
    'Declaration
     
    
    Public Event ContentUpdating As EventHandler(Of CancelEventArgs)
    public event EventHandler<CancelEventArgs> ContentUpdating
    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