Version

ResourceParseErrorEventArgs Class Members

The following tables list the members exposed by ResourceParseErrorEventArgs.

Public Constructors
 NameDescription
Public ConstructorResourceParseErrorEventArgs ConstructorCreates an instance of the class.  
Public Properties
 NameDescription
Public PropertyAddNewOwnersReturns or sets a boolean value which indicates whether new Owner instances will be added to the Owners collection, thus allowing the resource(s) to be assigned.  
Public PropertyInvalidTextReturns the string that caused the parse error.  
Public PropertyNewOwnersReturns a generic List(Of Owner) containing references to the Owner instances that will be added to the UltraCalendarInfo's Owners collection, and then to the task's Resources collection if the AddNewOwners property returns true.  
Public PropertyPromptUserReturns or sets a boolean value which indicates whether the user is prompted for the action to be taken.  
Public PropertyTask (Inherited from Infragistics.Win.UltraWinSchedule.TaskEventArgs)
See Also