In This Topic
Gets or sets a handler that is called when creation is complete.
Syntax
'Declaration
Public Property OnAfterCreate As Action
public Action OnAfterCreate {get; set;}
Property Value
An action that is called when creation is complete.
See Also