DataGridViewCellStyleContentChangedEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Provides data for the CellStyleContentChanged event.
- C#
- VB.NET
public class DataGridViewCellStyleContentChangedEventArgs : EventArgs
Public Class DataGridViewCellStyleContentChangedEventArgs
Inherits 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 |
|---|---|
| DataGridViewCellStyleContentChangedEventHandler | Represents the method that will handle the CellStyleContentChanged event of a DataGridView. |