SelectedGridItemBeginEditEventArgs

Wisej.Web.SelectedGridItemBeginEditEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Provides data for the SelectedGridItemBeginEdit event of a PropertyGrid control.

public class SelectedGridItemBeginEditEventArgs : CancelEventArgs

Properties

Control: The editor control that is being used to edit the current cell..

GridItem: Returns the GridItem that is entering edit mode.

Used By

NameDescription

The event handler class that is invoked when a property in the grid is entering edit mode.

Last updated