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 objectTarget Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family