Click or drag to resize
ReproduceCompletedEventArgs Properties

The ReproduceCompletedEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyAction
Retrieves the Acton that was completed.
(Inherited from ActionResponseEventArgs.)
Public propertyActionID
Retrives the ID of the action.
(Inherited from ActionResponseEventArgs.)
Public propertyReproduceAction

Provides information about the original ReproduceAction and the parameters passed into the BeginReproduction method. This can be used to retrieve the Dna byte array that was passed to your creature's child.

Top
See Also