DataGridViewCellStyleContentChangedEventArgs
Wisej.Web.DataGridViewCellStyleContentChangedEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Provides data for the CellStyleContentChanged event.
public class DataGridViewCellStyleContentChangedEventArgs : EventArgs
Properties
CellStyle

DataGridViewCellStyle: Returns the changed DataGridViewCellStyle.
PropertyName

String: Returns the name of the property that has changed in CellStyle.
Used By
Name
Description
Represents the method that will handle the CellStyleContentChanged event of a DataGridView.
Last updated
Was this helpful?