File Created Event Args Constructor
Constructor
Definition
Namespace: Sandcastle.Core.BuildAssembler.BuildComponent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public FileCreatedEventArgs(
string groupId,
string componentId,
string key,
string filePath,
bool isContentFile
)VB
Public Sub New (
groupId As String,
componentId As String,
key As String,
filePath As String,
isContentFile As Boolean
)C++
public:
FileCreatedEventArgs(
String^ groupId,
String^ componentId,
String^ key,
String^ filePath,
bool isContentFile
)F#
new :
groupId : string *
componentId : string *
key : string *
filePath : string *
isContentFile : bool -> FileCreatedEventArgs