Property changed event gets fired on this property whenever a styling property relevant for a cell changes.

Namespace: Ico.WPF.Specialized.DataGridControl.ViewModel
Assembly: IcoWPFSpecialized (in IcoWPFSpecialized.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public Object NotifyCellStyleChanged { get; private set; }
Visual Basic
Public Property NotifyCellStyleChanged As Object
	Get
	Private Set
JScript
function get NotifyCellStyleChanged () : Object
private function set NotifyCellStyleChanged (value : Object)

See Also