EventRegistrationTokenTable<T>.GetOrCreateEventRegistrationTokenTable Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Returns the specified event registration token table, if it is not null; otherwise, returns a new event registration token table.
Assembly: mscorlib (in mscorlib.dll)
public static EventRegistrationTokenTable<T> GetOrCreateEventRegistrationTokenTable( ref EventRegistrationTokenTable<T> refEventTable )
Parameters
- refEventTable
- Type:
System.Runtime.InteropServices.WindowsRuntime.EventRegistrationTokenTable<T>
%
An event registration token table, passed by reference.
Return Value
Type: System.Runtime.InteropServices.WindowsRuntime.EventRegistrationTokenTable<T>The event registration token table that is specified by refEventTable, if it is not null; otherwise, a new event registration token table.
Show: