EventStatementSyntax.WithEventKeyword(SyntaxToken) Method

Definition

Returns a copy of this with the EventKeyword property changed to the specified value. Returns this instance if the specified value is the same as the current value.

public:
 Microsoft::CodeAnalysis::VisualBasic::Syntax::EventStatementSyntax ^ WithEventKeyword(Microsoft::CodeAnalysis::SyntaxToken eventKeyword);
public Microsoft.CodeAnalysis.VisualBasic.Syntax.EventStatementSyntax WithEventKeyword (Microsoft.CodeAnalysis.SyntaxToken eventKeyword);
member this.WithEventKeyword : Microsoft.CodeAnalysis.SyntaxToken -> Microsoft.CodeAnalysis.VisualBasic.Syntax.EventStatementSyntax
Public Function WithEventKeyword (eventKeyword As SyntaxToken) As EventStatementSyntax

Parameters

eventKeyword
SyntaxToken

Returns

Applies to