'Declaration
Public Function New( _
ByVal As ImGearLoadingSelection, _
ByVal As ImGearPage, _
ByVal As Integer, _
ByVal As Boolean _
)
'Usage
Dim source As ImGearLoadingSelection
Dim page As ImGearPage
Dim pageNumber As Integer
Dim skip As Boolean
Dim instance As New ImGearThumbnailBeforeLoadEventArgs(source, page, pageNumber, skip)
public ImGearThumbnailBeforeLoadEventArgs(
ImGearLoadingSelection ,
ImGearPage ,
int ,
bool
)
public: ImGearThumbnailBeforeLoadEventArgs(
ImGearLoadingSelection* ,
ImGearPage* ,
int ,
bool
)
public:
ImGearThumbnailBeforeLoadEventArgs(
ImGearLoadingSelection^ ,
ImGearPage^ ,
int ,
bool
)