Skip to main content
Version: 3.5

DataGridViewCellStyleContentChangedEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Provides data for the CellStyleContentChanged event.

public class DataGridViewCellStyleContentChangedEventArgs : EventArgs

Properties

Instance memberCellStyle

DataGridViewCellStyle: Returns the changed DataGridViewCellStyle.

Instance memberPropertyName

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.