TabControl for WPF | ComponentOne
C1.WPF.TabControl Namespace / CancelSourceEventArgs Class
Members

In This Topic
    CancelSourceEventArgs Class
    In This Topic
    Provides data for a cancelable event.
    Object Model
    CancelSourceEventArgs Class
    Syntax
    'Declaration
     
    
    Public Class CancelSourceEventArgs 
       Inherits System.ComponentModel.CancelEventArgs
    public class CancelSourceEventArgs : System.ComponentModel.CancelEventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          System.ComponentModel.CancelEventArgs
             C1.WPF.TabControl.CancelSourceEventArgs

    See Also