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