Wisej.Web.ItemCheckedEventArgs
Last updated 2 years ago
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Provides data for the event of the control.
public class ItemCheckedEventArgs : EventArgs
Public Class ItemCheckedEventArgs Inherits EventArgs
Initializes a new instance of the class.
item
: Returns the whose checked state is changing.
The that is being checked or unchecked.
Represents the method that will handle the event of a control.