DANSrvAE Reference
onSendConditionEvent Method
See Also  Send comments on this topic.
NSPlugin Assembly > NSPlugin Namespace > EventSubscription Class : onSendConditionEvent Method

es
Event source
evd
Object with the event data

Glossary Item Box

SendConditionEvent default handler that maybe overloaded by NSPluginAEbase.

Syntax

Visual Basic (Declaration) 
Public Overridable Sub onSendConditionEvent( _
   ByVal es As EventSource, _
   ByVal evd As EventData _
) 
C# 
public virtual void onSendConditionEvent( 
   EventSource es,
   EventData evd
)

Parameters

es
Event source
evd
Object with the event data

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

© 2004-2017 Advosol Inc. All Rights Reserved.