NoteCreatedNotification Constructor

Public Sub New( _ 
ByVal header As NoteHeader, _ 
ByVal target As NoteTarget, _ 
ByVal target_id As EntityID, _ 
ByVal event_guid As Guid
)
This language is not supported or no code example is available.
public NoteCreatedNotification( 
NoteHeader header
NoteTarget target
EntityID target_id
Guid event_guid 
)
This language is not supported or no code example is available.
public:  
NoteCreatedNotification( 
NoteHeader^ header
NoteTarget target
EntityID^ target_id
Guid event_guid 
)
This language is not supported or no code example is available.
public function NoteCreatedNotification( 
header : NoteHeader
target : NoteTarget
target_id : EntityID
event_guid : Guid 
);
This language is not supported or no code example is available.

Parameters

header
NoteHeader

target
NoteTarget

target_id
EntityID

event_guid
Guid

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1

In this article

Definition