Click or drag to resize

ContentStateChangedEventArgs Constructor

Constructor, that initialize content state.

Namespace: Bosch.Vms.CameoSdk
Assembly: Bosch.Vms.CameoSdk (in Bosch.Vms.CameoSdk.dll) Version: 1.6.0.0
Syntax
C#
public ContentStateChangedEventArgs(
	ContentState contentState
)

Parameters

contentState  ContentState
New content state.
See Also