C1GridViewCommandEventArgs Constructor(Object,CommandEventArgs)
                In This Topic
            
            Constructor. Initializes a new instance of the 
C1GridViewCommandEventArgs class.
Syntax
            
            
            
            
            'Declaration
 
Public Function New( _
   ByVal commandSource As System.Object, _
   ByVal  As System.Web.UI.WebControls.CommandEventArgs _
)
             
        
            
            public C1GridViewCommandEventArgs( 
   System.object commandSource,
   System.Web.UI.WebControls.CommandEventArgs 
)
             
        
             
        
            Parameters
- commandSource
- The source of the command.
- originalArgs
- A System.Web.UI.WebControls.CommandEventArgs that contains the event data.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also