[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:Vlc.DotNet.Core.Interops.Signatures.EventCallback"]
Namespace: Vlc.DotNet.Core.Interops.SignaturesAssembly: Vlc.DotNet.Core.Interops (in Vlc.DotNet.Core.Interops.dll) Version: 2014.10.15.0 (2014.10.15.0)
Syntax public delegate void EventCallback(
IntPtr args
)
Public Delegate Sub EventCallback (
args As IntPtr
)
public delegate void EventCallback(
IntPtr args
)
type EventCallback =
delegate of
args : IntPtr -> unit
Parameters
- args
- Type: SystemIntPtr
See Also