SaaS CMS has officially launched! Learn more now.

Class InstanceDeletedArgs

Class used by WorkflowDefinitionInstanceDataSource to signal when an instance is deleted

Inheritance
System.Object
System.EventArgs
InstanceDeletedArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.WorkflowFoundation.WebControls
Assembly: EPiServer.WorkflowFoundation.dll
Version: 7.19.2
Syntax
public class InstanceDeletedArgs : EventArgs

Constructors

InstanceDeletedArgs(Guid)

Declaration
public InstanceDeletedArgs(Guid instanceId)
Parameters
Type Name Description
System.Guid instanceId

Properties

InstanceId

Gets the instance id.

Declaration
public Guid InstanceId { get; }
Property Value
Type Description
System.Guid

The instance id.

Extension Methods