[To be supplied.]
[Visual Basic] Public Sub New( _ ByVal item As RepeaterItem, _ ByVal commandSource As Object, _ ByVal originalArgs As CommandEventArgs _ ) [C#] public RepeaterCommandEventArgs( RepeaterItem item, object commandSource, CommandEventArgs originalArgs ); [C++] public: RepeaterCommandEventArgs( RepeaterItem* item, Object* commandSource, CommandEventArgs* originalArgs ); [JScript] public function RepeaterCommandEventArgs( item : RepeaterItem, commandSource : Object, originalArgs : CommandEventArgs );
RepeaterCommandEventArgs Class | RepeaterCommandEventArgs Members | System.Web.UI.WebControls Namespace