MultiSelect for WPF | ComponentOne
C1.WPF.Input Namespace / C1TagEditor Class / OnEditing Method

In This Topic
    OnEditing Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnEditing( _
       ByVal sender As Object, _
       ByVal e As TagEidtorEditingEventArgs _
    ) 
    protected virtual void OnEditing( 
       object sender,
       TagEidtorEditingEventArgs e
    )

    Parameters

    sender
    e
    See Also