|
![]() |
The FileResolvingEventArgs type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode |
Serves as a hash function for a particular type. GetHashCode()()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
![]() |
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() |
FileNameToOpen |
Set file name to open to read contents of resolved file.
Leave as null if ResolveToOpen is false or file can’t be resolved.
|
![]() |
FileReference |
Get file reference to be resolved
(Inherited from FileResolutionEventArgs.) |
![]() |
FileReferenceType |
Get type of file reference to be resolved
(Inherited from FileResolutionEventArgs.) |
![]() |
Handled |
Set whether event handler has handled file resolution.
If set to true, default file resolution will not occur.
|
![]() |
ReferringFileName |
Get file name that is referring to file to be resolved, or null if not known
(Inherited from FileResolutionEventArgs.) |
![]() |
ReferringFileNameAsSaved |
Get file name that is referring to file to be resolved as it was when saved, or null if not known
(Inherited from FileResolutionEventArgs.) |
![]() |
ResolvedFileReference |
Set file reference that FileReference has been resolved to.
Leave as null if file can’t be resolved.
|
![]() |
ResolveToOpen |
Get whether file is being resolved in order to open it.
(Inherited from FileResolutionEventArgs.) |