Initializes a new instance of the SkipSynchronizingEventArgs class

Namespace:  PerpetuumSoft.DataModel
Assembly:  PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0

Syntax

C#
public SkipSynchronizingEventArgs(
	Element newObject,
	Element oldObject,
	ref bool needSynchronizing
)
Visual Basic (Declaration)
Public Sub New ( _
	newObject As Element, _
	oldObject As Element, _
	ByRef needSynchronizing As Boolean _
)
Visual C++
public:
SkipSynchronizingEventArgs(
	Element^ newObject, 
	Element^ oldObject, 
	bool% needSynchronizing
)

Parameters

newObject
Type: PerpetuumSoft.DataModel.MsSql..::.Element
oldObject
Type: PerpetuumSoft.DataModel.MsSql..::.Element
needSynchronizing
Type: System..::.Boolean %

See Also