C# Class Nanook.TheGhost.GhItemMapChangedEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: Nanook/TheGHOST Class Usage Examples

Méthodes publiques

Свойство Type Description
AddedRemoved bool
FromFile NotesFile
IsGenerated bool
ToGhNotesItem GhNotesItem
UniqueId uint

Private Methods

Méthode Description
GhItemMapChangedEventArgs ( NotesFile fromFile, uint uniqueId, GhNotesItem toItem, bool isGenerated, bool addedRemoved ) : System

Indicates that a notes file has been added or removed

Property Details

AddedRemoved public_oe property

true=Added, false=Removed
public bool AddedRemoved
Résultat bool

FromFile public_oe property

public NotesFile,Nanook.TheGhost FromFile
Résultat NotesFile

IsGenerated public_oe property

public bool IsGenerated
Résultat bool

ToGhNotesItem public_oe property

GH notes item
public GhNotesItem,Nanook.TheGhost ToGhNotesItem
Résultat GhNotesItem

UniqueId public_oe property

public uint UniqueId
Résultat uint