Skip to main content
Version: 4.1

DataGridViewCellStyleContentChangedEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Provides data for the CellStyleContentChanged event.

public class DataGridViewCellStyleContentChangedEventArgs : EventArgs

Properties

Instance member CellStyle

DataGridViewCellStyle: Returns the changed DataGridViewCellStyle.

Instance member PropertyName

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

Used By

NameDescription
DataGridViewCellStyleContentChangedEventHandlerRepresents the method that will handle the CellStyleContentChanged event of a DataGridView.