CommonImplementation.SkipEvents Method

Definition

Overloads

SkipEvents()
SkipEvents(Boolean)

SkipEvents()

public:
 abstract bool SkipEvents();
public abstract bool SkipEvents ();
abstract member SkipEvents : unit -> bool
Public MustOverride Function SkipEvents () As Boolean

Returns

Applies to

SkipEvents(Boolean)

public:
 abstract bool SkipEvents(bool newValue);
public abstract bool SkipEvents (bool newValue);
abstract member SkipEvents : bool -> bool
Public MustOverride Function SkipEvents (newValue As Boolean) As Boolean

Parameters

newValue
Boolean

Returns

Applies to