FileReference Class Members
In This Topic
The following tables list the members exposed by FileReference.
Public Properties
| Name | Description |
| Caption | A display caption for the file |
| Data | The full set of data in the file. |
| FileNamePath | The full file name & path being monitored |
| LastWriteTime | The last time the file was written |
Top
Protected Methods
| Name | Description |
| LoadData | Called to reload the data for the file reference from disk. |
| OnPropertyChanged | Called to raise the property changed event. |
Top
Public Events
| Name | Description |
| PropertyChanged | Raised whenever a property changes (including the file data) |
Top
See Also