No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Telerik.WinControls.RadToastNotification.xml 30KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559
  1. <?xml version="1.0"?>
  2. <doc>
  3. <assembly>
  4. <name>Telerik.WinControls.RadToastNotification</name>
  5. </assembly>
  6. <members>
  7. <member name="M:Telerik.RadToastNotificationManager.CollectionService.GetNextDefaultName(System.Collections.Generic.IEnumerable{Telerik.RadToastNotificationManager.RadToastNotification},Telerik.RadToastNotificationManager.RadToastTemplateType)">
  8. <summary>
  9. Gets the next default name for the given template type.
  10. </summary>
  11. <param name="toastNotifications"></param>
  12. <param name="templateType"></param>
  13. <returns>String like RadToastTemplateType1</returns>
  14. </member>
  15. <member name="M:Telerik.RadToastNotificationManager.CollectionService.IsNameValid(System.Collections.Generic.IEnumerable{Telerik.RadToastNotificationManager.RadToastNotification},System.String,System.String@)">
  16. <summary>
  17. Checks of the newName is already used.
  18. </summary>
  19. <param name="toastNotifications"></param>
  20. <param name="name">The candidate name.</param>
  21. <param name="errorMessage">Error message, false is returned</param>
  22. <returns>True if the name is still available, false otherwise.</returns>
  23. </member>
  24. <member name="M:Telerik.RadToastNotificationManager.CollectionService.GetToast(System.Collections.Generic.IEnumerable{Telerik.RadToastNotificationManager.RadToastNotification},System.String)">
  25. <summary>
  26. Get a toast by name. Return null if the name is not valid.
  27. </summary>
  28. <param name="toastNotifications"></param>
  29. <param name="name"></param>
  30. <returns><see cref="T:Telerik.RadToastNotificationManager.RadToastNotification"/></returns>
  31. </member>
  32. <member name="T:Telerik.RadToastNotificationManager.Constants">
  33. <summary>
  34. [Obsolete] Contasins different GUID strings
  35. </summary>
  36. </member>
  37. <member name="T:Telerik.RadToastNotificationManager.RadToastOnActivatedEventArgs">
  38. <summary>
  39. Arguments coming from interacting with a toast notification.
  40. </summary>
  41. </member>
  42. <member name="P:Telerik.RadToastNotificationManager.RadToastOnActivatedEventArgs.Arguments">
  43. <summary>
  44. Gets the arguments from the element that the user has interacted with.
  45. </summary>
  46. </member>
  47. <member name="P:Telerik.RadToastNotificationManager.RadToastOnActivatedEventArgs.UserInput">
  48. <summary>
  49. Gets the user input from elementas like textboxes/comboboxes.
  50. </summary>
  51. </member>
  52. <member name="P:Telerik.RadToastNotificationManager.RadToastAttribute.Values">
  53. <summary>
  54. Empty array - textbox input.
  55. Non-empty array - dropdown input.
  56. </summary>
  57. </member>
  58. <member name="P:Telerik.RadToastNotificationManager.RadToastAttribute.SelectedValue">
  59. <summary>
  60. The value that the user has filled in/selected.
  61. </summary>
  62. </member>
  63. <member name="T:Telerik.RadToastNotificationManager.RadToastNotificationBuilder">
  64. <summary>
  65. A class that builds different toast notifications, based on a given template.
  66. </summary>
  67. </member>
  68. <member name="M:Telerik.RadToastNotificationManager.RadToastNotificationBuilder.AddElement(System.String,Telerik.RadToastNotificationManager.RadToastElement,System.String@,System.String@)">
  69. <summary>
  70. Adds an element to the given xml.
  71. </summary>
  72. <param name="xml">The xml that will be updated.</param>
  73. <param name="element">The element to add.</param>
  74. <param name="newXml">The modified xml.</param>
  75. <param name="errorMessage">Error message, if went horse into the river.</param>
  76. <returns>True if successful, false if went horse into the river.</returns>
  77. </member>
  78. <member name="M:Telerik.RadToastNotificationManager.RadToastNotificationBuilder.CreateToast(Telerik.RadToastNotificationManager.RadToastNotification)">
  79. <summary>
  80. Set <see cref="P:Telerik.RadToastNotificationManager.RadToastNotification.Tag"/> and <see cref="P:Telerik.RadToastNotificationManager.RadToastNotification.BindingData"/> for parameter bindings to work.
  81. </summary>
  82. </member>
  83. <member name="M:Telerik.RadToastNotificationManager.RadToastNotificationBuilder.CreateScheduledToast(Telerik.RadToastNotificationManager.RadToastNotification)">
  84. <summary>
  85. Set <see cref="P:Telerik.RadToastNotificationManager.RadToastNotification.DeliveryTime"/> for scheduled toasts.
  86. And <see cref="P:Telerik.RadToastNotificationManager.RadToastNotification.Tag"/> is needed to remove a scheduled toast.
  87. </summary>
  88. </member>
  89. <member name="T:Telerik.RadToastNotificationManager.RadToastNotificationManagerImpl">
  90. <summary>
  91. A manager class that registers an application, so it can raise toast and reveive toast activations.
  92. The manager is also responsible for shwoing the toasts. Do not forget to unregister in the end.
  93. </summary>
  94. </member>
  95. <member name="T:Telerik.RadToastNotificationManager.RadToastOnActivatedEventHandler">
  96. <summary>
  97. Event handler for toast activation.
  98. </summary>
  99. </member>
  100. <member name="T:Telerik.RadToastNotificationManager.RadToastElementManager">
  101. <summary>
  102. Description of the different elements and attributes that a toast xml can contain.
  103. </summary>
  104. </member>
  105. <member name="T:Telerik.RadToastNotificationManager.RadToastNotificationCollection">
  106. <summary>
  107. A collection of RadToastNotification. Supports unique names.
  108. Can access a RadToastNotification through its name. Names must be unique.
  109. </summary>
  110. </member>
  111. <member name="M:Telerik.RadToastNotificationManager.RadToastNotificationCollection.#ctor">
  112. <summary>
  113. Default constructor.
  114. </summary>
  115. </member>
  116. <member name="M:Telerik.RadToastNotificationManager.RadToastNotificationCollection.#ctor(System.Collections.Generic.IList{Telerik.RadToastNotificationManager.RadToastNotification},System.Boolean)">
  117. <summary>
  118. Copy copntructor that supports shallow and deep copy.
  119. </summary>
  120. <param name="toastNotifications">A list of toast notifications to copy.</param>
  121. <param name="deepCopy">True to use deep copy, false to use shallow copy. Deep copy is default.</param>
  122. </member>
  123. <member name="P:Telerik.RadToastNotificationManager.RadToastNotificationCollection.Item(System.Int32)">
  124. <summary>
  125. Gets or sets the toast notification at the specified index. Throws <see cref="T:Telerik.RadToastNotificationManager.RadToastNotificationInvalidNameException"/> if the name is not unique.
  126. </summary>
  127. <param name="index">The zero-based index of the toast notification to get or set.</param>
  128. <returns><see cref="T:Telerik.RadToastNotificationManager.RadToastNotification"/></returns>
  129. </member>
  130. <member name="P:Telerik.RadToastNotificationManager.RadToastNotificationCollection.Item(System.String)">
  131. <summary>
  132. Gets a toast based on its name. Return null if the name does not exist in the collection.
  133. </summary>
  134. <param name="name"><see cref="P:Telerik.RadToastNotificationManager.RadToastNotification.Name"/></param>
  135. <returns><see cref="T:Telerik.RadToastNotificationManager.RadToastNotification"/></returns>
  136. </member>
  137. <member name="M:Telerik.RadToastNotificationManager.RadToastNotificationCollection.Add(Telerik.RadToastNotificationManager.RadToastNotification)">
  138. <summary>
  139. Adds a RadToastNotification to the end of the collection, if the name is unique.
  140. Throws <see cref="T:Telerik.RadToastNotificationManager.RadToastNotificationInvalidNameException"/> if the name is not unique.
  141. </summary>
  142. <param name="item"></param>
  143. </member>
  144. <member name="M:Telerik.RadToastNotificationManager.RadToastNotificationCollection.AddRange(System.Collections.Generic.IEnumerable{Telerik.RadToastNotificationManager.RadToastNotification})">
  145. <summary>
  146. Adds the RadToastNotifications of the given collection to the end of the RadToastNotificationCollection.
  147. Throws <see cref="T:Telerik.RadToastNotificationManager.RadToastNotificationInvalidNameException"/> if one of the names is not unique.
  148. </summary>
  149. <param name="collection">The given collection</param>
  150. </member>
  151. <member name="M:Telerik.RadToastNotificationManager.RadToastNotificationCollection.Clear">
  152. <summary>
  153. Clears all RadToastNotifications from the collection.
  154. </summary>
  155. </member>
  156. <member name="M:Telerik.RadToastNotificationManager.RadToastNotificationCollection.Insert(System.Int32,Telerik.RadToastNotificationManager.RadToastNotification)">
  157. <summary>
  158. Inserts a RadToastNotification into the collection at the specified index.
  159. Throws <see cref="T:Telerik.RadToastNotificationManager.RadToastNotificationInvalidNameException"/> if the name is not unique.
  160. </summary>
  161. <param name="index">The given index</param>
  162. <param name="item"><see cref="T:Telerik.RadToastNotificationManager.RadToastNotification"/></param>
  163. </member>
  164. <member name="M:Telerik.RadToastNotificationManager.RadToastNotificationCollection.InsertRange(System.Int32,System.Collections.Generic.IEnumerable{Telerik.RadToastNotificationManager.RadToastNotification})">
  165. <summary>
  166. Adds the RadToastNotifications of the given collection at the specified index.
  167. Throws <see cref="T:Telerik.RadToastNotificationManager.RadToastNotificationInvalidNameException"/> if one of the names is not unique.
  168. </summary>
  169. <param name="index">The given index</param>
  170. <param name="collection">The given collection</param>
  171. </member>
  172. <member name="M:Telerik.RadToastNotificationManager.RadToastNotificationCollection.Remove(Telerik.RadToastNotificationManager.RadToastNotification)">
  173. <summary>
  174. Removes a given RadToastNotification from the collection.
  175. </summary>
  176. <param name="item"><see cref="T:Telerik.RadToastNotificationManager.RadToastNotification"/></param>
  177. <returns>True if RadToastNotification is successfully removed; otherwise, false.
  178. This method also returns false if RadToastNotification was not found in the collection.</returns>
  179. </member>
  180. <member name="M:Telerik.RadToastNotificationManager.RadToastNotificationCollection.RemoveAt(System.Int32)">
  181. <summary>
  182. Removes a RadToastNotification at the given index.
  183. </summary>
  184. <param name="index">The given index</param>
  185. </member>
  186. <member name="M:Telerik.RadToastNotificationManager.RadToastNotificationCollection.RemoveRange(System.Int32,System.Int32)">
  187. <summary>
  188. Removes a range of RadToastNotifications from the collection.
  189. </summary>
  190. <param name="index">The zero-based starting index of the range of RadToastNotifications to remove.</param>
  191. <param name="count">The number of RadToastNotifications to remove.</param>
  192. </member>
  193. <member name="M:Telerik.RadToastNotificationManager.RadToastNotificationCollection.RemoveAll(System.Predicate{Telerik.RadToastNotificationManager.RadToastNotification})">
  194. <summary>
  195. Removes all the RadToastNotifications that match the conditions defined by the specified predicate.
  196. </summary>
  197. <param name="match">The delegate that defines the conditions of the elements to remove</param>
  198. <returns>The number of elements removed</returns>
  199. </member>
  200. <member name="T:Telerik.RadToastNotificationManager.RadToastTemplateType">
  201. <summary>
  202. Enumeration with the toast templates.
  203. </summary>
  204. </member>
  205. <member name="F:Telerik.RadToastNotificationManager.RadToastTemplateType.ToastGeneric">
  206. <summary>
  207. Generic template used in Windows 10
  208. </summary>
  209. </member>
  210. <member name="F:Telerik.RadToastNotificationManager.RadToastTemplateType.ToastNews">
  211. <summary>
  212. News template
  213. </summary>
  214. </member>
  215. <member name="F:Telerik.RadToastNotificationManager.RadToastTemplateType.ToastAlarm">
  216. <summary>
  217. Alarm template
  218. </summary>
  219. </member>
  220. <member name="F:Telerik.RadToastNotificationManager.RadToastTemplateType.ToastCall">
  221. <summary>
  222. Phone Call template
  223. </summary>
  224. </member>
  225. <member name="F:Telerik.RadToastNotificationManager.RadToastTemplateType.ToastChat">
  226. <summary>
  227. Chat template
  228. </summary>
  229. </member>
  230. <member name="F:Telerik.RadToastNotificationManager.RadToastTemplateType.ToastReminder">
  231. <summary>
  232. Meeting template
  233. </summary>
  234. </member>
  235. <member name="F:Telerik.RadToastNotificationManager.RadToastTemplateType.ToastWeather">
  236. <summary>
  237. Wheather template
  238. </summary>
  239. </member>
  240. <member name="F:Telerik.RadToastNotificationManager.RadToastTemplateType.ToastDownload">
  241. <summary>
  242. Download template
  243. </summary>
  244. </member>
  245. <member name="F:Telerik.RadToastNotificationManager.RadToastTemplateType.ToastLegacy">
  246. <summary>
  247. Legacy template, used in Windows 8
  248. </summary>
  249. </member>
  250. <member name="T:Telerik.RadToastNotificationManager.RadToastNotification">
  251. <summary>
  252. Represent a toast notification.
  253. </summary>
  254. </member>
  255. <member name="P:Telerik.RadToastNotificationManager.RadToastNotification.TemplateType">
  256. <summary>
  257. The template type of the RadToastNotification.
  258. </summary>
  259. </member>
  260. <member name="P:Telerik.RadToastNotificationManager.RadToastNotification.Xml">
  261. <summary>
  262. The body of the RadToastNotification.
  263. </summary>
  264. </member>
  265. <member name="P:Telerik.RadToastNotificationManager.RadToastNotification.Name">
  266. <summary>
  267. A unique name of the RadToastNotification. Cna be used to identify the RadToastNotification in a RadToastNotificationCollection.
  268. </summary>
  269. </member>
  270. <member name="P:Telerik.RadToastNotificationManager.RadToastNotification.DeliveryTime">
  271. <summary>
  272. Gets or sets delivery time for scheduled toasts.
  273. </summary>
  274. </member>
  275. <member name="P:Telerik.RadToastNotificationManager.RadToastNotification.Tag">
  276. <summary>
  277. Gets or sets the unique identifier of this notification.
  278. </summary>
  279. </member>
  280. <member name="P:Telerik.RadToastNotificationManager.RadToastNotification.BindingData">
  281. <summary>
  282. Use this to set your binding data as key-value pair. Your binding parameter is the key.
  283. </summary>
  284. </member>
  285. <member name="M:Telerik.RadToastNotificationManager.RadToastNotification.#ctor">
  286. <summary>
  287. Default constructor. Creates a generic toast with a random name.
  288. </summary>
  289. </member>
  290. <member name="M:Telerik.RadToastNotificationManager.RadToastNotification.#ctor(Telerik.RadToastNotificationManager.RadToastNotification)">
  291. <summary>
  292. Copy constructor
  293. </summary>
  294. <param name="toastNotification"><see cref="T:Telerik.RadToastNotificationManager.RadToastNotification"/></param>
  295. </member>
  296. <member name="M:Telerik.RadToastNotificationManager.RadToastNotification.#ctor(Telerik.RadToastNotificationManager.RadToastTemplateType,System.String)">
  297. <summary>
  298. Constructor
  299. </summary>
  300. <param name="type"><see cref="T:Telerik.RadToastNotificationManager.RadToastTemplateType"/></param>
  301. <param name="name">Name of the RadToastNotification. Must be unique.</param>
  302. </member>
  303. <member name="M:Telerik.RadToastNotificationManager.RadToastNotification.#ctor(Telerik.RadToastNotificationManager.RadToastTemplateType,System.String,System.String)">
  304. <summary>
  305. Constructor
  306. </summary>
  307. <param name="type"><see cref="T:Telerik.RadToastNotificationManager.RadToastTemplateType"/></param>
  308. <param name="name">Name of the RadToastNotification. Must be unique.</param>
  309. <param name="xml">The body of the RadToastNotification represented as xml.</param>
  310. </member>
  311. <member name="E:Telerik.RadToastNotificationManager.RadToastNotification.PropertyChanged">
  312. <summary>
  313. PropertyChanged is fired upon changed name.
  314. </summary>
  315. </member>
  316. <member name="T:Telerik.WinControls.UI.RadToastActivatedEventArgs">
  317. <summary>
  318. </summary>
  319. </member>
  320. <member name="P:Telerik.WinControls.UI.RadToastActivatedEventArgs.Arguments">
  321. <summary>
  322. </summary>
  323. </member>
  324. <member name="P:Telerik.WinControls.UI.RadToastActivatedEventArgs.UserInput">
  325. <summary>
  326. </summary>
  327. </member>
  328. <member name="P:Telerik.WinControls.UI.RadToastActivatedEventArgs.AppUserModelId">
  329. <summary>
  330. </summary>
  331. </member>
  332. <member name="M:Telerik.WinControls.UI.RadToastActivatedEventArgs.#ctor(System.String,System.Collections.Generic.Dictionary{System.String,System.String},System.String)">
  333. <summary>
  334. </summary>
  335. <param name="arguments"></param>
  336. <param name="userInput"></param>
  337. <param name="appUserModelId"></param>
  338. </member>
  339. <member name="T:Telerik.WinControls.UI.RadToastNotificationActivatorBase">
  340. <summary>
  341. A base activator class. Used to register <see cref="T:Telerik.WinControls.UI.RadToastNotificationManager"/>.
  342. </summary>
  343. </member>
  344. <member name="T:Telerik.WinControls.UI.RadToastNotificationDefaultActivator">
  345. <summary>
  346. A default activator. Does nothing when activated.
  347. </summary>
  348. </member>
  349. <member name="M:Telerik.WinControls.UI.RadToastNotificationDefaultActivator.OnActivated(System.String,Microsoft.Toolkit.Uwp.Notifications.NotificationUserInput,System.String)">
  350. <summary>
  351. </summary>
  352. <param name="arguments"></param>
  353. <param name="userInput"></param>
  354. <param name="appUserModelId"></param>
  355. </member>
  356. <member name="T:Telerik.WinControls.UI.RadToastNotificationInternalActivator">
  357. <summary>
  358. An internal activator. Fires events.
  359. If no custom activator is implemented, this one is used instead.
  360. </summary>
  361. </member>
  362. <member name="T:Telerik.WinControls.UI.RadToastNotificationInternalActivator2">
  363. <summary>
  364. An internal activator. Fires events. Used for the example.
  365. </summary>
  366. </member>
  367. <member name="T:Telerik.WinControls.UI.RadToastNotificationManager">
  368. <summary>
  369. Toast Notification Manager.
  370. </summary>
  371. </member>
  372. <member name="F:Telerik.WinControls.UI.RadToastNotificationManager.manager">
  373. <summary>
  374. The manager!
  375. </summary>
  376. </member>
  377. <member name="F:Telerik.WinControls.UI.RadToastNotificationManager.builder">
  378. <summary>
  379. A builder for toasts.
  380. </summary>
  381. </member>
  382. <member name="F:Telerik.WinControls.UI.RadToastNotificationManager.toastNotifications">
  383. <summary>
  384. A list of the created notifications.
  385. </summary>
  386. </member>
  387. <member name="F:Telerik.WinControls.UI.RadToastNotificationManager.shownToasts">
  388. <summary>
  389. Stores the shown notifications.
  390. </summary>
  391. </member>
  392. <member name="M:Telerik.WinControls.UI.RadToastNotificationManager.#ctor">
  393. <summary>
  394. Default constructor.
  395. </summary>
  396. </member>
  397. <member name="M:Telerik.WinControls.UI.RadToastNotificationManager.#ctor(System.ComponentModel.IContainer)">
  398. <summary>
  399. Creates and initializes a new instance of the RadToastNotificationManager.
  400. </summary>
  401. </member>
  402. <member name="P:Telerik.WinControls.UI.RadToastNotificationManager.ToastNotifications">
  403. <summary>
  404. A collection with initialized toast notifications.
  405. </summary>
  406. </member>
  407. <member name="M:Telerik.WinControls.UI.RadToastNotificationManager.Register``1(System.String,System.String,System.String)">
  408. <summary>
  409. Registers the application using the manager, so the activator can receive notification activation.
  410. </summary>
  411. <typeparam name="T">An activator that receives notification activations. Must inherit <see cref="T:Telerik.WinControls.UI.RadToastNotificationActivatorBase"/>.</typeparam>
  412. <param name="exePath">The path of the executable</param>
  413. <param name="shortcutName">A name of the shortcut that will be placed in start menu.</param>
  414. <param name="aumid">Unique id of the application - recommended string - name + GUID.</param>
  415. </member>
  416. <member name="M:Telerik.WinControls.UI.RadToastNotificationManager.Register``1">
  417. <summary>
  418. Registers the application using the current process filename, a default Telerik shortcut name and default AUMID.
  419. </summary>
  420. <typeparam name="T">An activator that receives notification activations. Must inherit <see cref="T:Telerik.WinControls.UI.RadToastNotificationActivatorBase"/>.</typeparam>
  421. </member>
  422. <member name="M:Telerik.WinControls.UI.RadToastNotificationManager.Register(System.String,System.String,System.String)">
  423. <summary>
  424. Registers the application using an internal activator.
  425. When the internal activator is activated, it fires RadToastActivated.
  426. </summary>
  427. <param name="exePath">The path of the executable</param>
  428. <param name="shortcutName">A name of the shortcut that will be placed in start menu.</param>
  429. <param name="aumid">Unique id of the application - recommended string - name + GUID.</param>
  430. </member>
  431. <member name="M:Telerik.WinControls.UI.RadToastNotificationManager.Register">
  432. <summary>
  433. Registers the application using the current process filename, a default Telerik shortcut name, default AUMID and internal activator.
  434. When the internal activator is activated, it fires RadToastActivated.
  435. </summary>
  436. </member>
  437. <member name="M:Telerik.WinControls.UI.RadToastNotificationManager.Unregister``1(System.String,System.String)">
  438. <summary>
  439. Unregister a registered manager.
  440. </summary>
  441. <typeparam name="T">>The registered activator. Must inherit <see cref="T:Telerik.WinControls.UI.RadToastNotificationActivatorBase"/>.</typeparam>
  442. <param name="shortcutName">A name of the shortcut that will be removed.</param>
  443. <param name="aumid">Unique id of the application.</param>
  444. </member>
  445. <member name="M:Telerik.WinControls.UI.RadToastNotificationManager.Unregister``1">
  446. <summary>
  447. Unregister a registered manager.
  448. </summary>
  449. <typeparam name="T">>The registered activator. Must inherit <see cref="T:Telerik.WinControls.UI.RadToastNotificationActivatorBase"/>.</typeparam>
  450. </member>
  451. <member name="M:Telerik.WinControls.UI.RadToastNotificationManager.Unregister(System.String,System.String)">
  452. <summary>
  453. Unregister a registered manager.
  454. </summary>
  455. <param name="shortcutName">A name of the shortcut that will be removed.</param>
  456. <param name="aumid">Unique id of the application.</param>
  457. </member>
  458. <member name="M:Telerik.WinControls.UI.RadToastNotificationManager.Unregister">
  459. <summary>
  460. Cleans up resources used by the Toast Notification Manager.
  461. Keep in mind that calling this will clear notifications in the action area as well.
  462. You can call this, when the program exits or on uninstalling the program,
  463. but it must be called from the exe that was showing the toast notifications.
  464. </summary>
  465. </member>
  466. <member name="M:Telerik.WinControls.UI.RadToastNotificationManager.ShowNotification(System.Int32)">
  467. <summary>
  468. Shows a notification from ToastNotifications collection using its index.
  469. </summary>
  470. <param name="index">The index of the notification.</param>
  471. </member>
  472. <member name="M:Telerik.WinControls.UI.RadToastNotificationManager.ShowNotification(System.String)">
  473. <summary>
  474. Shows a notification from ToastNotifications collection using its name.
  475. </summary>
  476. <param name="name">The name of the notification.</param>
  477. </member>
  478. <member name="M:Telerik.WinControls.UI.RadToastNotificationManager.ShowNotification(Telerik.RadToastNotificationManager.RadToastNotification)">
  479. <summary>
  480. Shows a given toast notification.
  481. </summary>
  482. <param name="radToastNotification">The <see cref="T:Telerik.RadToastNotificationManager.RadToastNotification"/> that will be shown.</param>
  483. </member>
  484. <member name="M:Telerik.WinControls.UI.RadToastNotificationManager.HideNotification">
  485. <summary>
  486. Hides the currently shown toast notification.
  487. </summary>
  488. </member>
  489. <member name="M:Telerik.WinControls.UI.RadToastNotificationManager.UpdateNotification(System.String,System.Collections.Generic.IDictionary{System.String,System.String})">
  490. <summary>
  491. Updates a given notification based on its unique tag with bindingData.
  492. </summary>
  493. <param name="tag">Unique <see cref="P:Telerik.RadToastNotificationManager.RadToastNotification.Tag"/>.</param>
  494. <param name="bindingData">Key value pairs that will update <see cref="P:Telerik.RadToastNotificationManager.RadToastNotification.BindingData"/>.
  495. The key is the binding parameter and the value is a string that will update the current value.</param>
  496. </member>
  497. <member name="M:Telerik.WinControls.UI.RadToastNotificationManager.AddScheduledNotification(Telerik.RadToastNotificationManager.RadToastNotification)">
  498. <summary>
  499. Schedules a given toast notification. You need to set <see cref="P:Telerik.RadToastNotificationManager.RadToastNotification.DeliveryTime"/>.
  500. If you want to be able to remove the scheduled toast, you must set unique <see cref="P:Telerik.RadToastNotificationManager.RadToastNotification.Tag"/>
  501. and use it in <see cref="M:Telerik.WinControls.UI.RadToastNotificationManager.RemoveScheduledNotification(System.String)"/> afterwards.
  502. </summary>
  503. <param name="radToastNotification">The <see cref="T:Telerik.RadToastNotificationManager.RadToastNotification"/> that will be scheduled.</param>
  504. </member>
  505. <member name="M:Telerik.WinControls.UI.RadToastNotificationManager.RemoveScheduledNotification(System.String)">
  506. <summary>
  507. Removes an already scheduled notification.
  508. In order to remove a scheduled notification, you must specify unique <see cref="P:Telerik.RadToastNotificationManager.RadToastNotification.Tag"/> that will be used to find the scheduled notification.
  509. </summary>
  510. <param name="tag">The unique Tag that will identify the notification.</param>
  511. </member>
  512. <member name="E:Telerik.WinControls.UI.RadToastNotificationManager.RadToastActivated">
  513. <summary>
  514. If the manager is registered with the internal activator, this event will fire, when a toast activates.
  515. </summary>
  516. </member>
  517. <member name="M:Telerik.WinControls.UI.RadToastNotificationManager.OnRadToastActivated(System.String,System.Collections.Generic.Dictionary{System.String,System.String},System.String)">
  518. <summary>
  519. Fires RadToastActivated, when the internal activator is used.
  520. </summary>
  521. <param name="arguments"></param>
  522. <param name="userInput"></param>
  523. <param name="appUserModelId"></param>
  524. </member>
  525. <member name="E:Telerik.WinControls.UI.RadToastNotificationManager.RadToastOnActivated">
  526. <summary>
  527. Fire the event when a toast activates.
  528. </summary>
  529. </member>
  530. <member name="F:Telerik.WinControls.UI.RadToastNotificationManager.components">
  531. <summary>
  532. Required designer variable.
  533. </summary>
  534. </member>
  535. <member name="M:Telerik.WinControls.UI.RadToastNotificationManager.Dispose(System.Boolean)">
  536. <summary>
  537. Clean up any resources being used.
  538. </summary>
  539. <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  540. </member>
  541. <member name="M:Telerik.WinControls.UI.RadToastNotificationManager.InitializeComponent">
  542. <summary>
  543. Required method for Designer support - do not modify
  544. the contents of this method with the code editor.
  545. </summary>
  546. </member>
  547. <member name="T:Telerik.WinControls.UI.RadToastActivatedEventHandler">
  548. <summary>
  549. Event handler for toast activation.
  550. </summary>
  551. </member>
  552. </members>
  553. </doc>