Version 24.2 (latest)

ResourceParseErrorEventArgs Class Properties

For a list of all members of this type, see ResourceParseErrorEventArgs members.

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