Click or drag to resize

IUserNotificationRelatedObjectOnBeforeCreateNotification Method

Called before a notification is persisted. Implement to raise events on the related object, enabling notification customization.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
void OnBeforeCreateNotification(
	PFUserNotifiedEventArgs args
)

Parameters

args
Type: Packflow.CorePFUserNotifiedEventArgs
See Also