C# Class Nanook.TheGhost.GhItemMapChangedEventArgs

Inheritance: System.EventArgs
ファイルを表示 Open project: Nanook/TheGHOST Class Usage Examples

Public Properties

Property Type Description
AddedRemoved bool
FromFile NotesFile
IsGenerated bool
ToGhNotesItem GhNotesItem
UniqueId uint

Private Methods

Method 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
return bool

FromFile public_oe property

public NotesFile,Nanook.TheGhost FromFile
return NotesFile

IsGenerated public_oe property

public bool IsGenerated
return bool

ToGhNotesItem public_oe property

GH notes item
public GhNotesItem,Nanook.TheGhost ToGhNotesItem
return GhNotesItem

UniqueId public_oe property

public uint UniqueId
return uint