TimeListConditionalType.Event Property

Trigger Event.Represents the attribte in schema: evt

Namespace:  DocumentFormat.OpenXml.Presentation
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "evt")> _
Public Property Event As EnumValue(Of TriggerEventValues)
    Get
    Set
'Usage
Dim instance As TimeListConditionalType
Dim value As EnumValue(Of TriggerEventValues)

value = instance.Event

instance.Event = value
[SchemaAttrAttribute(, "evt")]
public EnumValue<TriggerEventValues> Event { get; set; }

Property Value

Type: DocumentFormat.OpenXml.EnumValue<TriggerEventValues>

See Also

Reference

TimeListConditionalType Class

TimeListConditionalType Members

DocumentFormat.OpenXml.Presentation Namespace