XMessage.ConstructionCompleteEvent Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ConstructionCompleteEvent(Boolean) | |
ConstructionCompleteEvent() |
ConstructionCompleteEvent(Boolean)
public:
void ConstructionCompleteEvent(bool killUnderlyingPartWhenDirty);
public void ConstructionCompleteEvent (bool killUnderlyingPartWhenDirty);
member this.ConstructionCompleteEvent : bool -> unit
Public Sub ConstructionCompleteEvent (killUnderlyingPartWhenDirty As Boolean)
Parameters
- killUnderlyingPartWhenDirty
- Boolean
Applies to
ConstructionCompleteEvent()
public:
void ConstructionCompleteEvent();
public void ConstructionCompleteEvent ();
member this.ConstructionCompleteEvent : unit -> unit
Public Sub ConstructionCompleteEvent ()