PropertyChangingEventArgs Constructor

Constructs a new PropertyChangingEventArgs object with specified property name.

Definition

Namespace: BeeMobile.ToolBar
Assembly: BeeMobile.ToolBar.NET48 (in BeeMobile.ToolBar.NET48.dll) Version: 4.8.3.5
C#
public PropertyChangingEventArgs(
	string sPropertyName
)

Parameters

sPropertyName  String
A property name is that is changing.

See Also