CreateEventCondition default handler that maybe overloaded by NSPluginAEbase.
            
            
            
            
Syntax
| Visual Basic (Declaration) |   | 
|---|
Public Overridable Function onCreateEventCondition( _
   ByVal cdef As ConditionDef, _
   ByVal source As EventSource, _
   ByVal IdCookie As Integer _
) As EventCondition  | 
 
| C# |   | 
|---|
public virtual EventCondition onCreateEventCondition( 
   ConditionDef cdef,
   EventSource source,
   int IdCookie
)  | 
 
            Parameters
- cdef
 
- Defines the condition
 - source
 
- Event source for this condition
 - IdCookie
 
- Callback cookie for acknowledge
 
            
            Return Value
Created event condition object
 
            
						
            
            
            
            
            
            
            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