C-DEngine 5.105

TheDashPanelInfo..::..RegisterPropertyChanged Method

Namespace:  nsCDEngine.Engines.NMIService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public void RegisterPropertyChanged(
	Action<TheDashPanelInfo, cdeP> pEventPropertyChanged
)
Public Sub RegisterPropertyChanged ( _
	pEventPropertyChanged As Action(Of TheDashPanelInfo, cdeP) _
)
public:
void RegisterPropertyChanged(
	Action<TheDashPanelInfo^, cdeP^>^ pEventPropertyChanged
)

Parameters

pEventPropertyChanged
Type: Action<(Of <(<'TheDashPanelInfo, cdeP>)>)>