DataPagerField.HandleEvent(CommandEventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When overridden in a derived class, handles events that occur in the data pager field object.
public:
abstract void HandleEvent(System::Web::UI::WebControls::CommandEventArgs ^ e);
public abstract void HandleEvent (System.Web.UI.WebControls.CommandEventArgs e);
abstract member HandleEvent : System.Web.UI.WebControls.CommandEventArgs -> unit
Public MustOverride Sub HandleEvent (e As CommandEventArgs)
Parameters
The event data.
Remarks
The HandleEvent method is a helper method that is used by the DataPager.OnBubbleEvent method to handle events that occur in the pager field object.
Applies to
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.