[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(
	long eid
)
Visual Basic (Declaration)
Public Function Cancel ( _
	eid As Long _
) As FacebookResponse(Of Boolean)
Visual C++
public:
FacebookResponse<bool>^ Cancel(
	long long eid
)

Parameters

eid
Type: System..::.Int64
The event ID.

Return Value

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

See Also

EventsController Class
Cancel Overload
Facebook.Api.Controllers Namespace