Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Extensions / UI / WebControls / Expressions / CustomExpressionEventArgs.cs / 1305376 / CustomExpressionEventArgs.cs
#if ORYX_VNEXT
namespace Microsoft.Web.Data.UI.WebControls.Expressions {
using System.Web;
#else
namespace System.Web.UI.WebControls.Expressions {
#endif
using System;
using System.Linq;
using System.Security.Permissions;
using System.Collections.Generic;
public class CustomExpressionEventArgs : EventArgs {
public IQueryable Query { get; set; }
public IDictionary Values { get; private set; }
public CustomExpressionEventArgs(IQueryable source, IDictionary values) {
Query = source;
Values = values;
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
// Copyright (c) Microsoft Corporation. All rights reserved.
#if ORYX_VNEXT
namespace Microsoft.Web.Data.UI.WebControls.Expressions {
using System.Web;
#else
namespace System.Web.UI.WebControls.Expressions {
#endif
using System;
using System.Linq;
using System.Security.Permissions;
using System.Collections.Generic;
public class CustomExpressionEventArgs : EventArgs {
public IQueryable Query { get; set; }
public IDictionary Values { get; private set; }
public CustomExpressionEventArgs(IQueryable source, IDictionary values) {
Query = source;
Values = values;
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
// Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- WorkflowMarkupElementEventArgs.cs
- DesignerSerializationOptionsAttribute.cs
- ObjectSet.cs
- Base64WriteStateInfo.cs
- XmlTextEncoder.cs
- BindingGroup.cs
- AutoResetEvent.cs
- DescendantOverDescendantQuery.cs
- CustomPopupPlacement.cs
- ToolBar.cs
- SvcMapFile.cs
- TypeListConverter.cs
- EncryptedReference.cs
- ExpressionDumper.cs
- CompositeDataBoundControl.cs
- DescendantQuery.cs
- ToolStripItemImageRenderEventArgs.cs
- UrlPath.cs
- ContentPresenter.cs
- XmlComment.cs
- EnumConverter.cs
- GridEntryCollection.cs
- DescendantBaseQuery.cs
- AutomationPeer.cs
- AcceptorSessionSymmetricMessageSecurityProtocol.cs
- _NtlmClient.cs
- PeerMessageDispatcher.cs
- PerfService.cs
- SelectionChangedEventArgs.cs
- DesignTimeTemplateParser.cs
- RijndaelManagedTransform.cs
- ProcessHostServerConfig.cs
- ServiceContractViewControl.Designer.cs
- FormatException.cs
- SqlCaseSimplifier.cs
- InstanceNotReadyException.cs
- DNS.cs
- MetadataUtil.cs
- _CommandStream.cs
- EditingCoordinator.cs
- LineBreakRecord.cs
- SiteMembershipCondition.cs
- MsmqInputMessagePool.cs
- XmlEntityReference.cs
- SupportingTokenChannel.cs
- DesignerAttributeInfo.cs
- BinHexEncoder.cs
- EditorZoneBase.cs
- SystemResourceKey.cs
- GroupLabel.cs
- Interlocked.cs
- GridViewDeleteEventArgs.cs
- DeferredSelectedIndexReference.cs
- XsdValidatingReader.cs
- ModifierKeysValueSerializer.cs
- IndexExpression.cs
- PropertyValue.cs
- StyleHelper.cs
- DataTableClearEvent.cs
- TextElementEditingBehaviorAttribute.cs
- GradientStopCollection.cs
- BulletDecorator.cs
- BCLDebug.cs
- EventLogger.cs
- OpenTypeCommon.cs
- externdll.cs
- SignatureDescription.cs
- UniqueID.cs
- Roles.cs
- SQLGuidStorage.cs
- XmlSerializerFaultFormatter.cs
- DataGridViewCellErrorTextNeededEventArgs.cs
- ContextMenuStripGroup.cs
- SecurityKeyUsage.cs
- NetworkAddressChange.cs
- LookupBindingPropertiesAttribute.cs
- DataPointer.cs
- ToolStripContentPanel.cs
- HtmlInputControl.cs
- IisTraceListener.cs
- FilteredDataSetHelper.cs
- StringToken.cs
- CorrelationManager.cs
- CompositeKey.cs
- DateTimeOffsetStorage.cs
- AutomationEventArgs.cs
- XmlAttributeOverrides.cs
- XmlBinaryReader.cs
- HwndKeyboardInputProvider.cs
- AutomationFocusChangedEventArgs.cs
- ProcessInfo.cs
- XmlArrayItemAttributes.cs
- DataGridColumnHeader.cs
- CryptoKeySecurity.cs
- DataGridHeaderBorder.cs
- WebConfigurationHost.cs
- DeclaredTypeElement.cs
- _UriSyntax.cs
- ContainerSelectorGlyph.cs
- QueryPageSettingsEventArgs.cs