Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1Command Class / C1Command Constructor / C1Command Constructor(String,Type)
Declared name for serialization.
The type which is registering the command.

In This Topic
    C1Command Constructor(String,Type)
    In This Topic
    Initializes a new instance of the C1Command class with the specified name and owner type.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal name As String, _
       ByVal ownerType As Type _
    )
    public C1Command( 
       string name,
       Type ownerType
    )

    Parameters

    name
    Declared name for serialization.
    ownerType
    The type which is registering the command.
    See Also