[This is preliminary documentation and is subject to change.]

Cancels an event. The application must be an admin of the event.

Namespace:  Facebook.Api.Controllers
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)

Syntax

C#
public FacebookResponse<bool> Cancel(
	string cancelMessage,
	long eid
)
Visual Basic (Declaration)
Public Function Cancel ( _
	cancelMessage As String, _
	eid As Long _
) As FacebookResponse(Of Boolean)
Visual C++
public:
FacebookResponse<bool>^ Cancel(
	String^ cancelMessage, 
	long long eid
)

Parameters

cancelMessage
Type: System..::.String
The message sent explaining why the event was canceled. You can pass an empty string if you don't want to provide an explanation.
eid
Type: System..::.Int64
The event ID.

Return Value

[Missing <returns> documentation for "M:Facebook.Api.Controllers.EventsController.Cancel(System.String,System.Int64)"]

See Also

EventsController Class
Cancel Overload
Facebook.Api.Controllers Namespace