'Declaration
Protected Overridable Sub ProcessThreadTimerTick( _ ByVal timer As NThreadTimer, _ ByVal e As System.Timers.ElapsedEventArgs _ )
'Usage
Dim instance As NUIFrameworkElement Dim timer As NThreadTimer Dim e As System.Timers.ElapsedEventArgs instance.ProcessThreadTimerTick(timer, e)
protected virtual void ProcessThreadTimerTick( NThreadTimer timer, System.Timers.ElapsedEventArgs e )
Parameters
- timer
- e