User Agent Parser
FileUpdateEventArgs Constructor



KellermanSoftware.UserAgentParser Namespace > FileUpdateEventArgs Class : FileUpdateEventArgs Constructor
The status.
Initializes a new instance of the FileUpdateEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal status As KellermanStores.AutoUpdateFileLogic.AutoUpdateStatus _
)
'Usage
 
Dim status As KellermanStores.AutoUpdateFileLogic.AutoUpdateStatus
 
Dim instance As New FileUpdateEventArgs(status)
public FileUpdateEventArgs( 
   KellermanStores.AutoUpdateFileLogic.AutoUpdateStatus status
)
public:
FileUpdateEventArgs( 
   KellermanStores.AutoUpdateFileLogic.AutoUpdateStatus status
)

Parameters

status
The status.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FileUpdateEventArgs Class
FileUpdateEventArgs Members