Raised when deserializing a custom resource whose type has not been registered.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public event EventHandler<InstantiateResourceEventArgs> InstantiateResource |
Visual Basic Copy Code |
---|
Public Event InstantiateResource As EventHandler(Of InstantiateResourceEventArgs) |
InstantiateResource event handlers receive an argument of type InstantiateResourceEventArgs.
This event is being raised during deserialization for all custom resources whose types have not been previously registered within the system through a call to RegisterResourceClass. The event provides an alternative way for instantiating resources of custom types.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |