DataGridViewCellStyleContentChangedEventArgs

Wisej.Web.DataGridViewCellStyleContentChangedEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Provides data for the CellStyleContentChanged event.

public class DataGridViewCellStyleContentChangedEventArgs : EventArgs

Properties

DataGridViewCellStyle: Returns the changed DataGridViewCellStyle.

String: Returns the name of the property that has changed in CellStyle.

Used By

NameDescription

Represents the method that will handle the CellStyleContentChanged event of a DataGridView.

Last updated