Represents arguments for the SkipSynchronizing event.

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

Syntax

C#
public class SkipSynchronizingEventArgs : EventArgs
Visual Basic (Declaration)
Public Class SkipSynchronizingEventArgs _
	Inherits EventArgs
Visual C++
public ref class SkipSynchronizingEventArgs : public EventArgs

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    PerpetuumSoft.DataModel..::.SkipSynchronizingEventArgs

See Also