Class ResourceDestroyedEventArgs
Provides data for the ResourceDestroyed event. This class cannot be inherited.
public sealed class ResourceDestroyedEventArgs : EventArgs
- Inheritance
-
ResourceDestroyedEventArgs
- Inherited Members
Constructors
ResourceDestroyedEventArgs()
public ResourceDestroyedEventArgs()
Properties
Name
The name of the destroyed resource.
public string Name { get; }
Property Value
Tag
The resource manager tag of the destroyed resource.
public object Tag { get; }