ResourceNotFoundEventArgs.Context Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the ResourceContext in which the resource was not found.
public:
property ResourceContext ^ Context { ResourceContext ^ get(); };
ResourceContext Context();
public ResourceContext Context { get; }
var resourceContext = resourceNotFoundEventArgs.context;
Public ReadOnly Property Context As ResourceContext
Property Value
The ResourceContext in which the resource was not found.