EnhEvent.Before

[This is preliminary documentation and subject to change.]

The Before property indicates whether the compiler should ensure that all dependencies of the event are transmitted before the event's start time, as specified in EnhEvent.Start.

Note that verifying the event's readiness can include transmitting HTML hyperlink dependencies if Href is non-zero.

Syntax

object.Before [ = lBefore ]
 

Parts

object
Object expression that resolves to an EnhEvent object.
lBefore
Long that indicates whether the event should be verified before it is fired. If this value is non-zero, the event should be verified. If it is zero, it should not.

QuickInfo

  Windows NT: Unsupported.
  Windows: Requires Windows 98.
  Windows CE: Unsupported.
  Header: Declared in stream.idl.
  Import Library: Included as a resource in stream.dll.
  Unicode: Yes.

See Also

Dependencies