fCraft.ChatTimer.RaiseStoppedEvent C# (CSharp) Method

RaiseStoppedEvent() static private method

static private RaiseStoppedEvent ( ChatTimer timer ) : void
timer ChatTimer
return void
        static void RaiseStoppedEvent( ChatTimer timer ) {
            var h = Stopped;
            if( h != null ) h( null, new ChatTimerEventArgs( timer ) );
        }

Same methods

ChatTimer::RaiseStoppedEvent ( [ timer ) : void