Click or drag to resize
DetachEvent Delegate

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

[Missing <summary> documentation for "T:Vlc.DotNet.Core.Interops.Signatures.DetachEvent"]

Namespace: Vlc.DotNet.Core.Interops.Signatures
Assembly: Vlc.DotNet.Core.Interops (in Vlc.DotNet.Core.Interops.dll) Version: 2014.10.15.0 (2014.10.15.0)
Syntax
public delegate int DetachEvent(
	IntPtr eventManagerInstance,
	EventTypes eventType,
	EventCallback callback,
	IntPtr userData
)

Parameters

eventManagerInstance
Type: SystemIntPtr
eventType
Type: Vlc.DotNet.Core.Interops.SignaturesEventTypes
callback
Type: Vlc.DotNet.Core.Interops.SignaturesEventCallback
userData
Type: SystemIntPtr

Return Value

Type: Int32
See Also