Syncfusion.AspNet by Syncfusion Inc.

<PackageReference Include="Syncfusion.AspNet" Version="20.1.0.48" />

.NET API 20,098,560 bytes

 CheckBoxEventArgs

public class CheckBoxEventArgs : EventArgs
public Dictionary<string, object> Arguments { get; set; }

Gets or sets the arguments of the event.

public string Event { get; set; }

Gets or sets the event.

public string EventType { get; set; }

Gets or sets the name of the event type.

public bool IsChecked { get; set; }

Gets or sets the boolean value indicating the checkbox is checked or not.

public CheckBoxEventArgs(Dictionary<string, object> args)

Initializes a new instance of the CheckBoxEventArgs class.