SelectedGridItemChangedEventHandler

Wisej.Web.SelectedGridItemChangedEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Represents the method that will handle the SelectedGridItemChanged event of a PropertyGrid.

public delegate void SelectedGridItemChangedEventHandler(Object sender, SelectedGridItemChangedEventArgs e)

Parameters

Name
Type
Description

sender

The source of the event.

Fired By

Name
Description

Fired when the selected GridItem is changed.

Last updated

Was this helpful?