Share via


EventStatementSyntax.CustomKeyword Property

Definition

The optional Custom keyword for custom event declarations.

public:
 property Microsoft::CodeAnalysis::SyntaxToken CustomKeyword { Microsoft::CodeAnalysis::SyntaxToken get(); };
public Microsoft.CodeAnalysis.SyntaxToken CustomKeyword { get; }
member this.CustomKeyword : Microsoft.CodeAnalysis.SyntaxToken
Public ReadOnly Property CustomKeyword As SyntaxToken

Property Value

Remarks

This child is optional. If it is not present, then Nothing is returned.

Applies to