C# Class ResearchDataManagementPlatform.WindowManagement.Events.RDMPCollectionCreatedEventHandlerArgs

Arguments for when an RDMPCollection has been made visible (opened)
ファイルを表示 Open project: HicServices/RDMP

Public Properties

Property Type Description
Collection RDMPCollection

Public Methods

Method Description
RDMPCollectionCreatedEventHandlerArgs ( RDMPCollection collection ) : Rdmp.Core

Method Details

RDMPCollectionCreatedEventHandlerArgs() public method

public RDMPCollectionCreatedEventHandlerArgs ( RDMPCollection collection ) : Rdmp.Core
collection RDMPCollection
return Rdmp.Core

Property Details

Collection public_oe property

public RDMPCollection Collection
return RDMPCollection